home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo Sourcer - First Time Installation
- echo █████ █ █ █ ███████████████████████████████████████████████████████████████
- echo
- if exist srin.exe goto loading
- echo The SRIN.EXE file was not found on default drive. Select default drive
- echo from DOS before running INSTALL (i.e. to install from drive B, at the
- echo DOS prompt type B: ). The Sourcer disk must be in the default drive.
- echo
- goto done
- :loading
- echo
- echo In a moment, the Sourcer installation will begin. In most cases the
- echo installation will take less than 2 minutes to complete.
- echo
- echo ──── loading Sourcer Installation/Information program SRIN. Please Wait.
- srin %1 %2
- :done
-
-